home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u136.dms / in.adf / QVIEW / QVIEW.DOC < prev    next >
Encoding:
Text File  |  1978-08-30  |  3.4 KB  |  91 lines

  1.  
  2.                       QView v1.1, © 1989 Lyman Epp
  3.  
  4.    Another File Viewer? What for? Well, it seems that all the other
  5.    file viewers have been written in C. This is okay, but the
  6.    programs are 10-20k. This file viewer is written in assembler
  7.    and contains most of the features of the others, but the program
  8.    size is less than 4k! QView stands for Quick View.
  9.  
  10.    This is being distributed as ShareWare. If you think that QView
  11.    is useful, please send $10. Your response will insure the
  12.    release of more quality programs for your Amiga. Be sure to
  13.    check out the latest shareware version of QMouse.
  14.  
  15.    The latest version of QView can always be found on the Wind
  16.    Dragon Inn BBS, (402)-291-8053 or Larry's Hot Tub BBS,
  17.    (402)- 571-4316.
  18.  
  19.    Lyman R. Epp
  20.    10072 Wirt Plaza #15
  21.    Omaha, Nebraska 68134
  22.  
  23.  
  24.    REGISTERED USERS
  25.  
  26.    Thanks to these users of QView for your ShareWare donations:
  27.  
  28.    Bill Hogsett
  29.    Michael Cowperthwaite
  30.  
  31.  
  32.    QVIEW FEATURES
  33.  
  34.    o Fast screen updates. Even faster with FastFonts or BlitzFonts.
  35.    o Keyboard control of all features. Many file viewers only allow
  36.      movement with mouse control. QView is designed to be used by
  37.      touch typists.
  38.    o Search for an Ascii character string. Note: search is case
  39.      independant.
  40.    o Hex display mode. Note: search isn't implemented in hex display mode.
  41.    o Works from Workbench.
  42.  
  43.  
  44.    HOW TO USE
  45.  
  46.    QView can be executed from the CLI or from WorkBench.
  47.  
  48.    CLI Usage: QView <filename>
  49.  
  50.    If the filename contains spaces, it must be surrounded by quotes
  51.    (e.g. QView "test file"). Otherwise, quotes are optional.
  52.  
  53.  
  54.    CONTROL CHARACTERS (NK = Numeric Keypad)
  55.  
  56.    Esc ............... Exit from QView. Close gadget does this as well.
  57.    UP (NK8) .......... Scroll up one line.
  58.    Ctrl+UP (NK7) ..... Move to the top of the file. (Also Alt+UP).
  59.    Shift+UP (NK9) .... Page up one screen.
  60.    DOWN (NK2) ........ Scroll down one line.
  61.    Ctrl+DOWN (NK1) ... Move to the bottom of the file. (Also Alt+DOWN).
  62.    Shift+DOWN (NK3) .. Page down one screen.
  63.    RIGHT (NK6) ....... Scroll right 20 characters. Current offset
  64.                        will be displayed in the title bar.
  65.    LEFT (NK4) ........ Scroll left 20 characters. Current offset
  66.                        will be displayed in the title bar.
  67.    Ctrl+LEFT ......... Move back to the left margin. This is instead of
  68.                        repeatedly pressing the Left key. (Also Ctrl+NK4).
  69.    S ................. Case insensitive search for an Ascii string
  70.                        of characters. QView will prompt for a
  71.                        string at the bottom of its window. To
  72.                        cancel the search, just erase the string
  73.                        gadget with Right-Amiga-X. All other string
  74.                        gadget sequences will also work. QView will
  75.                        display the line containing the string at the
  76.                        top of the display.
  77.    A ................. Continue searching for an Ascii string of
  78.                        characters. Must use S first to initialize
  79.                        the search string.
  80.    H ................. Toggle between hex and normal modes.
  81.  
  82.  
  83.    RELEASE 1.1 NOTES, 14-Mar-1989
  84.  
  85.    o Added WorkBench interface. Thanks to Jim Cooper for sending
  86.      the code for this.
  87.    o Added proportional gadget for positioning with the mouse.
  88.    o Made QView compatable with the WB 1.3 Resident command.
  89.    o Added hex display mode.
  90.    o Added support for the numeric keypad keys.
  91.